home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- _X_m_C_r_e_a_t_e_S_c_r_o_l_l_e_d_L_i_s_t - The List ScrolledList convenience
- creation function
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <Xm/List.h>
-
- Widget XmCreateScrolledList (ppppaaaarrrreeeennnntttt,,,, nnnnaaaammmmeeee,,,, aaaarrrrgggglllliiiisssstttt,,,, aaaarrrrggggccccoooouuuunnnntttt)
- _W_i_d_g_e_t ppppaaaarrrreeeennnntttt;
- _S_t_r_i_n_g nnnnaaaammmmeeee;
- _A_r_g_L_i_s_t aaaarrrrgggglllliiiisssstttt;
- _C_a_r_d_i_n_a_l aaaarrrrggggccccoooouuuunnnntttt;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _X_m_C_r_e_a_t_e_S_c_r_o_l_l_e_d_L_i_s_t creates an instance of a List widget
- that is contained within a ScrolledWindow. All
- ScrolledWindow subarea widgets are automatically created by
- this function. The ID returned by this function is that of
- the List widget. Use this ID for all normal List
- operations, as well as those that are relevant for the
- ScrolledList widget.
-
- All arguments to either the List or the ScrolledWindow
- widget can be specified at creation time using this
- function. Changes to initial position and size are sent
- only to the ScrolledWindow widget. Other resources are sent
- to the List or the ScrolledWindow widget as appropriate.
-
- This function forces the following initial values for
- ScrolledWindow resources:
-
- +o _X_m_N_s_c_r_o_l_l_i_n_g_P_o_l_i_c_y is set to _X_m_A_P_P_L_I_C_A_T_I_O_N__D_E_F_I_N_E_D.
-
- +o _X_m_N_v_i_s_u_a_l_P_o_l_i_c_y is set to _X_m_V_A_R_I_A_B_L_E.
-
- +o _X_m_N_s_c_r_o_l_l_B_a_r_D_i_s_p_l_a_y_P_o_l_i_c_y is set to _X_m_S_T_A_T_I_C. (No
- initial value is forced for the List's
- _X_m_N_s_c_r_o_l_l_B_a_r_D_i_s_p_l_a_y_P_o_l_i_c_y.)
-
- +o _X_m_N_s_h_a_d_o_w_T_h_i_c_k_n_e_s_s is set to 0.
-
- To obtain the ID of the ScrolledWindow widget associated
- with the ScrolledList, use the Xt Intrinsics _X_t_P_a_r_e_n_t
- function. The name of the ScrolledWindow created by this
- function is formed by concatenating the letters _S_W onto the
- end of the nnnnaaaammmmeeee specified in the parameter list.
-
- ppppaaaarrrreeeennnntttt
- Specifies the parent widget ID
-
- nnnnaaaammmmeeee Specifies the name of the created widget
-
-
-
-
- Page 1 (printed 11/11/03)
-
-
-
-
-
-
- XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))
-
-
-
- aaaarrrrgggglllliiiisssstttt
- Specifies the argument list
-
- aaaarrrrggggccccoooouuuunnnntttt
- Specifies the number of attribute/value pairs in the
- argument list (aaaarrrrgggglllliiiisssstttt)
-
- For a complete definition of List and its associated
- resources, see _X_m_L_i_s_t(_3_X).
-
- RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
- Returns the List widget ID.
-
- RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
- _X_m_L_i_s_t(_3_X) and _X_m_S_c_r_o_l_l_e_d_W_i_n_d_o_w(_3_X).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 2 (printed 11/11/03)
-
-
-
-